##!/usr/bin/python2
## -*- coding: utf-8 -*-
<%page args="shot, page" />
<%
from pygolem_lite.modules import get_page_paths
from pygolem_lite import Shot
%>
<a href="main.py">[Source - main.py]</a><br/>
<a href="MagFieldCalc.py">[Source - MagFieldCalc.py]</a><br/>
<a href="MagFieldProfileGen.py">[Source - MagFieldProfileGen.py]</a><br/>
% if Shot(shot)['plasma']:
<h4> Animation of the poloidal magnetic field</h4>
<em> Press image to download</em>
<a href='video/animation.wmv'><img src="large_icon.png"></a>
%else:
<h2>No plasma</h2>
%endif
<br/>
<br/>
<br/>
<em> The poloidat magnetic field from external coils is not accounted now, however everything is prepared. </em>